html,
body {
	font-size: 16px;
	font-family: "宋体";
	color: #333;
	line-height: 24px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #db000e;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

/* .flex_between{
	display: flex;
	justify-content: space-between;
} */

.main1200{
	width: 1200px;
	margin: 0 auto;
}

.logo_row{
	height: 136px;
	border-bottom: 3px solid #e60012;
}
.logo_left{
	float: left;
	padding-top: 45px;
}
.logo_right{
	float: right;
	padding-top: 90px;
}

.headline_focus{
	height: 210px;
	background-color: #f4f4f4;
}

.headline_in{
	width: 1200px;
	height: 210px;
	overflow: hidden;
	position: relative;
}
.headline_in .hd{}
.headline_in .hd .prev,
.headline_in .hd .next{
	display: block;
	width: 7px;
	height: 13px;
	position: absolute;
	top: 170px;
	cursor: pointer;
}
.headline_in .hd .prev{
	background: url(../images/headline-prev.png) no-repeat;
	right: 98px;
}
.headline_in .hd .next{
	background: url(../images/headline-next.png) no-repeat;
	right: 0;
}
.headline_in .hd .pageState{
	width: 80px;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 162px;
	font-size: 20px;
	color: #999;
	letter-spacing: 5px;
}
.headline_in .hd .pageState	span{
	font-size: 30px;
	color: #db000e;
}
.headline_in .bd{}
.headline_in .bd ul{
	overflow: hidden;
	zoom: 1;
	padding: 35px 0 0;
}
.headline_in .bd ul li h1{
	text-align: center;
	font-size: 28px;
	font-weight: bolder;
	line-height: 30px;
}
.headline_in .bd ul li h1 a{
	color: #e60012;
}
.headline_in .bd ul li span{
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #888;
	margin-top: 16px;
}

.ld_row {
    height: 140px;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    box-sizing: border-box;
    padding-right: 18px;
}
.ld_row h1 {
    width: 860px;
    /* height: 90px; */
    line-height: 140px;
    font-size: 24px;
    font-weight: bolder;
    border-right: 1px solid #e0e0e0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    float: left;
    text-align: center;
	font-family: "Microsoft YaHei UI";
}

.ld_row_right {
    width: 318px;
    /* padding-left: 20px; */
    box-sizing: border-box;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    float: right;
    padding: 31px 0 0 18px;
}
.ld_row_right>div {
    width: 136px;
    height: 77px;
    float: left;
    padding-right: 13px;
}
.ld_row_right>div a {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}
.ld_row_right>div img{
	float: left;
}
.ld_row_right>div span {
    width: 60px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    font-weight: bold;
    margin: 16px 0 0 8px;
}


.focus_row{
	margin-top: 40px;
}

.first_focus {
    width: 740px;
    height: 370px;
    overflow: hidden;
    position: relative;
    float: left;
}
.first_focus .hd{}
.first_focus .hd .prev,
.first_focus .hd .next{
	display: block;
	width: 60px;
	height: 74px;
	cursor:pointer;
	position: absolute;
	top: 148px;
	z-index: 3;
}
.first_focus .hd .prev{
	background: url(../images/focus-prev.png) no-repeat;
	left: 0;
}
.first_focus .hd .next{
	background: url(../images/focus-next.png) no-repeat;
	right: 0;
}
.first_focus .hd .pageState{
	position: absolute;
	right: 20px;
	bottom: 18px;
	z-index: 3;
	color: #ddd;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: bold;
}
.first_focus .hd .pageState span{
	color: #c8141d;
	font-size: 30px;
}
.first_focus .bd{}
.first_focus .bd ul{
	overflow: hidden;
	zoom: 1;
}
.first_focus .bd ul li img{
	width: 740px;
	height: 370px;
}
.first_focus .bd ul li p{
	width: 100%;
	height: 197px;
	background: url(../images/focus-bg.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.first_focus .bd ul li p span{
	display: block;
	width: 600px;
	margin: 152px 0 0 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.focus_right {
    width: 420px;
    float: right;
}
.index_title{
	border-top: 1px solid #e0e0e0;
}
.index_title b{
	font-size: 22px;
	color: #000;
	border-top: 3px solid #e60012;
	border-right: 2px solid #fff;
	margin-top: -1px;
	display: inline-block;
	padding-top: 6px;
}
.index_title b a{
	color: #000;
}

ul.yw_font{
	font-size: 15px;
	line-height: 30px;
}
ul.yw_font li:nth-child(1)
{
	/* font-weight: bolder; */
	margin-top: 18px;
}


.xst_row{
	margin-top: 40px;
	width: 100%;
}
.xst_row ul {
    /* display: flex; */
    /* justify-content: space-between; */
    padding-top: 14px;
}
.xst_row ul li {
    width: 280px;
    position: relative;
    float: left;
    margin-right: 26px;
}
.xst_row ul li img{
    width: 280px;
    height: 158px;
}
.xst_row ul li i{
    display: block;
    width: 100%;
    height: 158px;
    background: rgba(0,0,0,.4) url("../images/xsp-icon.png") 10px 126px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.xst_row ul li p{
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding: 6px 20px 0;
    height: 44px;
    overflow: hidden;
}
.xst_row ul li a:hover p{
    color: #d70000;
}

.index_bottom_left {
    width: 480px;
    float: left;
}
.margin_top30{
	margin-top: 30px;
}
.jrjx_top{
	padding-top: 15px;
}

.jrjx_top img {
    width: 140px;
    height: 105px;
    float: left;
}
.jrjx_top dl {
    width: 320px;
    float: right;
}
.jrjx_top dl dt{
	font-size: 18px;
	font-weight: bolder;
}
.jrjx_top dl dt a{
	color: #000;
}
.jrjx_top dl dt a:hover{
	color: #db000e;
}
.jrjx_top dl dd{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 6px;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.jrjx_top dl dd a{
	color: #000;
}
.jrjx_top dl dd a:hover{
	color: #db000e;
}

ul.jrjx_font{
	font-size: 16px;
	line-height: 34px;
	padding-top: 15px;
}

.index_bottom_right {
    width: 680px;
    float: right;
}

.index_bg{
	box-shadow: 0 0 15px rgba(101,101,101,.3);
	padding: 10px;
}
.index_bg img{
	width: 660px;
	height: 935px;
}

.jz_row{
	height: 620px;
	border: 1px solid #e0e0e0;
}

.index_title.title_jz{
	display: flex;
	justify-content: center;
	border-top: 0;
}
.index_title.title_jz b{
	border-left: 2px solid #fff;
}

.jz_row ul {
    /* display: flex; */
    /* justify-content: space-around; */
    /* flex-wrap: wrap; */
    padding: 0 12px;
    box-sizing: border-box;
}
.jz_row ul li {
    width: 85px;
    margin: 30px 12px 0;
    float: left;
}
.jz_row ul li img{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
}
.jz_row ul li p{
	font-size: 13px;
	text-align: center;
}


/* @media screen and (max-width:750px) {
	ul.yw_font{
		font-size: 14px;
	}
	ul.jrjx_font{
		font-size: 7px;
		line-height: 13px;
	}
} */


.list_nav{
    padding-top: 20px;
    font-size: 16px;
    display: flex;
}
.list_nav a{
	margin: 0 6px;
}
.list_nav a:last-child{
	color: #e60012;
}


ul.list_font{}
ul.list_font li{
	padding: 28px 0;
	border-bottom: 1px solid #efefef;
}
ul.list_font li:last-child{
	border-bottom: 0;
}
ul.list_font li h1{
	font-size: 22px;
	font-weight: bolder;
	line-height: 36px;
}
ul.list_font li p{
	font-size: 16px;
	line-height: 32px;
	color: #888;
	padding-top: 4px;
}
ul.list_font li span{
	display: block;
	font-size: 14px;
	color: #a9a9a9;
	padding-top: 6px;
}

.list_page{
	display: flex;
	justify-content: center;
	padding: 40px 0 0;
	font-size: 14px;
	line-height: 32px;
}
.list_page a{
	padding: 0 12px;
	border: 1px solid #efefef;
	color: #000016;
	margin: 0 4px;
}
.list_page span{
	padding: 0 12px;
	border: 1px solid #efefef;
	color: #000016;
	margin: 0 4px;
}
.list_page a.page_current{
	color: #fff;
	background-color: #e60012;
	border: 1px solid #e60012;
}
.list_page span.page_current{
	color: #fff;
	background-color: #e60012;
	border: 1px solid #e60012;
}
.footer{
	padding: 50px 0;
}
.ny_footer{
	background-color: #f9fafa;
	margin: 40px 0 0 0;
}


.detail_title{
	text-align: center;
	font-weight: bolder;
	font-size: 36px;
	line-height: 40px;
	padding-top: 40px;
}
.detail_time{
	border-top: 1px solid #efefef;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 16px;
	padding-top: 18px;
}
.detail_font{
	font-size: 16px;
	line-height: 33px;
	padding-top: 30px;
}
.detail_font img{
	max-width: 820px;
	/* max-height: 420px; */
}


